home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Burning & Media / GB-PVR 1.2.13 / GBPVR10213.msi / Cabs.w1.cab / FindMorePopup.xml266 < prev    next >
Text File  |  2007-06-25  |  2KB  |  43 lines

  1. <settings>
  2.     <!-- text style -->
  3.     <TextStyles>
  4.     </TextStyles>
  5.  
  6.     <!-- placements -->
  7.     <Placements>
  8.         <Placement name="PopupBackground" loc="9,12" size="82,75"/>
  9.         <Placement name="Matches" loc="15.0,24" size="70,9"  rows="6" offset="9.5"/>
  10.     </Placements>
  11.  
  12.     <!-- Composite Images -->
  13.     <CompositeImages>
  14.  
  15.         <CompositeImage name="PopupBackground" size="82,75">
  16.             <DrawRoundedRect loc="2,2" size="96,96" fillColor="PopupBackground" borderColor="PopupBorder" radius="@PopupCornerRadius" borderWidth="@PopupBorderWidth"/>            
  17.             <DrawText text="The following matches where found:" loc="0,5" size="100,20" textStyle="GeneralTextStyle" align="Center"/>            
  18.         </CompositeImage>
  19.  
  20.         <!-- Matches, known tags include @title, @subtitle, @description, @startDate, @startDateTime, @startTime, @period, @channelName, @channelIcon, @channelSubtitle -->
  21.         <CompositeImage name="MatchesListNormal" size="70,9">
  22.             <DrawCommonImage name="ListViewNormalItemBackground"/>
  23.             <DrawText text="@title" loc="1.5,0" size="97,50" textStyle="GeneralTextHeaderStyle" align="Left" valign="Center"/>
  24.             <DrawText text="@period" loc="1.5,0" size="97,50" textStyle="GeneralTextStyle" align="Right" valign="Center"/>
  25.             <DrawText text="@channelSubtitle" loc="1.5,50" size="97,50" textStyle="GeneralTextStyle" align="Left" valign="Center"/>
  26.         </CompositeImage>
  27.  
  28.         <CompositeImage name="MatchesListSelected" size="70,9">
  29.             <DrawCommonImage name="ListViewSelectedItemBackground"/>
  30.             <DrawText text="@title" loc="1.5,0" size="97,50" textStyle="GeneralTextHeaderStyle" align="Left" valign="Center"/>
  31.             <DrawText text="@period" loc="1.5,0" size="97,50" textStyle="GeneralTextStyle" align="Right" valign="Center"/>
  32.             <DrawText text="@channelSubtitle" loc="1.5,50" size="97,50" textStyle="GeneralTextStyle" align="Left" valign="Center"/>
  33.         </CompositeImage>
  34.  
  35.         <CompositeImage name="MatchesListSelectedInactive" size="70,9">
  36.             <DrawCommonImage name="ListViewSelectedInactiveItemBackground"/>
  37.             <DrawText text="@title" loc="1.5,0" size="97,50" textStyle="GeneralTextHeaderStyle" align="Left" valign="Center"/>
  38.             <DrawText text="@period" loc="1.5,0" size="97,50" textStyle="GeneralTextStyle" align="Right" valign="Center"/>
  39.             <DrawText text="@channelSubtitle" loc="1.5,50" size="97,50" textStyle="GeneralTextStyle" align="Left" valign="Center"/>
  40.         </CompositeImage>
  41.         
  42.     </CompositeImages>             
  43. </settings>